home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2001 Haziran
/
CHIP Haziran2001.iso
/
prog
/
haziran
/
19
/
setup.exe
/
data.z
/
isapnp_diag_lib.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-04-11
|
226b
|
16 lines
#ifndef _ISAPNP_DIAG_LIB_H_
#define _ISAPNP_DIAG_LIB_H_
#ifdef __cplusplus
extern "C" {
#endif
BOOL ISAPNP_Get_WD_handle(HANDLE *phWD);
void ISAPNP_Print_all_cards_info();
#ifdef __cplusplus
}
#endif
#endif